Auto merge of #4685 - ehuss:all-targets-no-lib, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 30 Oct 2017 21:48:18 +0000 (21:48 +0000)
committerbors <bors@rust-lang.org>
Mon, 30 Oct 2017 21:48:18 +0000 (21:48 +0000)
commitf4aeb00ecf1151904dfa54bf8d4c928ef6b9c463
tree5b4ba8a270943c9315a1a4e4bc813445edb16005
parent42e031d4629d7004b25d36e5413fc5e4e1ccb541
parentb9497ab2f7a6ffb2214c0ce946905cd454d23416
Auto merge of #4685 - ehuss:all-targets-no-lib, r=alexcrichton

Fix --all-targets in a crate without a lib.

Fixes #4615.